home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
Programming
/
SecalDemo
/
Inc
/
exec
/
ports.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-11
|
390 b
|
26 lines
include "inc/exec/nodes.inc";
include "inc/exec/lists.inc";
include "inc/exec/tasks.inc";
struct MsgPort is
mp_Node:Node;
mp_Flags:ubyte;
mp_SigBit:ubyte;
mp_SigTask:ulong;
mp_MsgList:List;
;
def mp_SoftInt = mp_SigTask;
def PF_ACTION = 3;
def PA_SIGNAL = 0;
def PA_SOFTINT = 1;
def PA_IGNORE = 2;
struct Message is
mn_Node:Node;
mn_ReplyPort:ulong;
mn_Length:uword;
;